Shifts value to the left by shift. Only shifts bits within numBits field size.
Syntax |
|---|
|
result = Bitwise.ShiftLeft( value, shift, [numBits] ) |
Parameters |
|
|---|---|
|
value |
|
|
shift |
|
|
numBits |
Integer (Optional) |
Return Value |
|
|---|---|
|
Result |
|
Notes
numBits defaults to 32 bits.